Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference
Panel-Related Constants and Data Types


Parse Range Results

The parse range results enumeration provides the constants that are used to parse dialog box item responses.

enum {
   gxRangeNotParsed     = (gxParsePageRangeResult) 0,
   gxRangeParsed        = (gxParsePageRangeResult) 1,
   gxRangeBadFromValue  = (gxParsePageRangeResult) 2,
   gxRangeBadToValue    = (gxParsePageRangeResult) 3
};
typedef long gxParsePageRangeResult;
Constant descriptions

gxRangeNotParsed

QuickDraw GX has not yet parsed a page range in the string.
gxRangeParsed
QuickDraw GX has successfully parsed a page range in the string.
gxRangeBadFromValue

QuickDraw GX has encountered an invalid value in the "from page" string during the parse.
gxRangeBadToValue

QuickDraw GX has encountered an invalid value in the "to page" string during the parse.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help